TrustedTimeWebPlugin class

Web implementation of the TrustedTime plugin.

Registers MethodChannel handlers for the channels the Dart engine expects. Uses performance.now() as the monotonic clock source.

Important: performance.now() is session-relative — it resets to zero on every page load. This means trust anchors cannot survive page refreshes; the engine will perform a fresh network sync on each load.

Constructors

TrustedTimeWebPlugin()
Creates the web plugin instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void
Documented.