deviceType property

Future deviceType

Implementation

static Future<dynamic> get  deviceType async {
  final dynamic type = await _channel.invokeMethod('getDeviceType');
  return type;
}