DefaultFlutterHandler class

Default implementation of ConnectivityHandler.

Implemented types

Constructors

DefaultFlutterHandler()

Properties

connectivityDisplayType ConnectivityDisplayType
getter/setter pair
context BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasPushed bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screen Widget
getter/setter pair

Methods

init(BuildContext context, Widget screen, ConnectivityDisplayType connectivityDisplayType) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConnectionLost() → void
override
onConnectionRestored() → void
override
toString() String
A string representation of this object.
inherited

Operators

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