deviceName property
Future
get
deviceName
获取设备名称
Implementation
Future<dynamic> get deviceName async {
return _channel.invokeMethod("getDevice");
}
获取设备名称
Future<dynamic> get deviceName async {
return _channel.invokeMethod("getDevice");
}