DartWebPluginBaseMethodChannel<K, V> class
- Inheritance
-
- Object
- PlatformInterface
- DartWebPluginBasePlatform<
K, V> - DartWebPluginBaseMethodChannel
Constructors
-
DartWebPluginBaseMethodChannel.new(void onMessageFromJs<
K, V>(DartWebPluginBaseChannelMessageArguments) )
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onMessageFromJs
→ void Function<
K, V>(DartWebPluginBaseChannelMessageArguments) -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< int> -
inherited
-
invokeMethodJs(
MethodCall call) → Future< DartWebPluginBaseChannelMessageArguments> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMessageFromDart(
DartWebPluginBaseChannelMessageArguments arguments) → Future< DartWebPluginBaseChannelMessageArguments> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited