deviceIO property

Future deviceIO

Implementation

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