FlutterDino class
Main class for handling internet connectivity monitoring
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasInternet → bool
-
Whether the device currently has internet connectivity
no setter
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → Future< void> - Disposes of the FlutterDino instance and cleans up resources
-
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 → FlutterDino
-
Gets the singleton instance of FlutterDino
no setter
Static Methods
-
initialize(
{required FlutterDinoConfig config}) → Future< void> - Initializes the FlutterDino plugin with the provided configuration