PlatformMethodInvokeHandler class
调用平台方法*
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
invokeMethod(
String name, [dynamic arguments]) → Future< int> - 返回0
-
invokeMethodForBool(
String name, [dynamic arguments]) → Future< bool> - 返回bool*
-
invokeMethodForInt(
String name, [dynamic arguments]) → Future< int> - 返回int*
-
invokeMethodForList(
String name, [dynamic arguments]) → Future< List?> - 返回List*
-
invokeMethodForString(
String name, [dynamic arguments]) → Future< String> - 返回String*
-
invokeMethodForUint8List(
String name, [dynamic arguments]) → Future< Uint8List?> - 返回Uint8List*