OpeninstallFlutterPlugin class
Constructors
- OpeninstallFlutterPlugin()
-
factory
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
-
clipBoardEnabled(
bool enabled) → void -
configAndroid(
Map options) → void -
configIos(
Map options) → void -
defaultHandler(
) → Future -
getInstallCanRetry(
EventHandler installHandler, [int seconds = 3]) → void -
getOpid(
) → Future< String?> -
init(
EventHandler wakeupHandler, [bool alwaysCallback = false]) → void -
install(
EventHandler installHandler, [int seconds = 10]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reportEffectPoint(
String pointId, int pointValue, [Map< String, String> ? extraMap]) → void -
reportRegister(
) → void -
setChannel(
String channelCode) → void -
setDebug(
bool enabled) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited