disconnect method

  1. @override
void disconnect(
  1. String deviceId
)
override

Implementation

@override
void disconnect(String deviceId) {
  _method.invokeMethod('disconnect', {
    'deviceId': deviceId,
  }).then((_) => _log('disconnect invokeMethod success'));
}