FlutterReferencePlatform class abstract
The interface that implementations of flutter_reference must implement.
- Inheritance
-
- Object
- PlatformInterface
- FlutterReferencePlatform
Constructors
- FlutterReferencePlatform()
- Constructs a FlutterReferencePlatform.
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
-
dispose(
Reference reference) → Future< bool> - Dispose reference from native side.
-
disposeById(
String id) → Future< bool> - Dispose reference from native side.
-
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 Properties
- instance ↔ FlutterReferencePlatform
-
The default instance of FlutterReferencePlatform to use.
getter/setter pair