FlutterAddtoappBridgePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterAddtoappBridgePlatform
Implementers

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

back({dynamic count = 1}) → void
callPlatform(String key, [dynamic arguments]) Future
exitApp() Future<bool>
getFloat(String key, {dynamic defaultValue = 0.0}) Future<double?>
getLong(String key, {dynamic defaultValue = 0}) Future<int?>
getPlatformVersion() Future<String?>
getString(String key, {dynamic defaultValue = ""}) Future<String?>
isAddToApp() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openContainer(String? entrypoint, {dynamic initialRoute = "/", dynamic newEngine = false, dynamic destroyEngine = false, dynamic transparent = false}) → void
putFloat(String key, double value) Future<String?>
putLong(String key, int value) Future<String?>
putString(String key, String value) Future<String?>
setMethodCallHandler(Future handler(MethodCall call)?) → void
showToast(String? message) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterAddtoappBridgePlatform
Platform-specific implementations should set this with their own platform-specific class that extends FlutterAddtoappBridgePlatform when they register themselves.
getter/setter pair