ConnectionEventListeners class abstract
A class that provides a set of callback methods that can be used to listen for Connection Events in the MirrorFly Flutter Plugin.
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onConnected(
) → void - This listener is triggered whenever the connection is established.
-
onConnectionFailed(
String connectionError) → void - This listener is triggered whenever the connection is failed.
-
onDisconnected(
) → void - This listener is triggered whenever the connection is disconnected.
-
onLoggedOut(
) → void - This listener is triggered whenever the user logged in is logged out by the server.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited