OpenDevice property

Future OpenDevice

Implementation

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