ZipyFlutterPlatform class abstract
An abstract class that defines the interface for platform-specific implementations of the ZipyFlutter plugin.
- Inheritance
-
- Object
- PlatformInterface
- ZipyFlutterPlatform
- Implementers
Constructors
- ZipyFlutterPlatform.new()
- Constructs a ZipyFlutterPlatform.
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
-
getContextualInfo(
) → Future< Map< Object?, Object?> ?> - Fetches the contextual information.
-
getDeviceInfo(
) → Future< Map< Object?, Object?> ?> - Fetches the device information.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
testANR(
int duration) → Future< void> - Simulates a test ANR.
-
testCrash(
) → Future< void> - Simulates a test crash.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ZipyFlutterPlatform
-
The default instance of ZipyFlutterPlatform to use.
getter/setter pair