CloseDevice property

Future CloseDevice

Implementation

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