HuaweiWearEnginePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • HuaweiWearEnginePlatform
Implementers

Constructors

HuaweiWearEnginePlatform()
Constructs a HuaweiWearEngineFlutterPlatform.

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

checkPermission(Permission permission) Future<bool?>
checkPermissions(List<Permission> permissions) Future<List<bool>?>
getAppVersion(Device device, String pkgName) Future<int?>
getBondedDevices() Future<List<Device>?>
getPlatformVersion() Future<String?>
hasAvailableDevices() Future<bool?>
isAppInstalled(Device device, String pkgName) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping(Device device, String pkgName, PingCallback pingCallback) Future<void>
requestPermission(AuthCallBack authCallback, List<Permission> permissions) Future<void>
send(Device connectedDevice, String pkgName, String fingerPrint, String sendMessage, SendCallback sendCallback) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance HuaweiWearEnginePlatform
The default instance of HuaweiWearEnginePlatform to use.
getter/setter pair