FlutterRoadsdata class
Constructors
- FlutterRoadsdata.init({required dynamic host, required dynamic clientId, required dynamic accessToken})
-
factory
Properties
- accessToken → String
-
final
- clientId → String
-
final
- deeplinkHandler ← dynamic Function(String uriString)
-
no getter
-
extraActionsHandler
← dynamic Function(String type, Map<
String, dynamic> payload) -
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< String?> -
handleDeeplink(
String uriString) → void -
handleExtraActions(
String type, Map< String, dynamic> payload) → void -
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 ↔ FlutterRoadsdata?
-
getter/setter pair