SnapshotGuardPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SnapshotGuardPlatform
- Implementers
Constructors
- SnapshotGuardPlatform.new()
- Constructs a SnapshotGuardPlatform.
Properties
-
guardStatusStream
→ Stream<
bool> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isGuardEnabled → bool
-
no setter
- 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
-
switchGuardStatus(
bool status) → Future< bool?> -
toggleGuard(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SnapshotGuardPlatform
-
The default instance of SnapshotGuardPlatform to use.
getter/setter pair