deviceModel property

Future get deviceModel

获取设备型号

Implementation

Future<dynamic> get deviceModel async {
  return  _channel.invokeMethod("getModel");
}