MethodChannelHuaweiWearEngine class
An implementation of HuaweiWearEnginePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- HuaweiWearEnginePlatform
- MethodChannelHuaweiWearEngine
Constructors
Properties
- eventChannel → EventChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkPermission(
Permission permission) → Future< bool?> -
override
-
checkPermissions(
List< Permission> permissions) → Future<List< bool> ?> -
override
-
getAppVersion(
Device device, String pkgName) → Future< int?> -
override
-
getBondedDevices(
) → Future< List< Device> ?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
hasAvailableDevices(
) → Future< bool?> -
override
-
isAppInstalled(
Device device, String pkgName) → Future< bool?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ping(
Device device, String pkgName, PingCallback pingCallback) → Future< void> -
override
-
requestPermission(
AuthCallBack authCallback, List< Permission> permissions) → Future<void> -
override
-
send(
Device connectedDevice, String pkgName, String fingerPrint, String sendMessage, SendCallback sendCallback) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited