disconnect method

Future<void> disconnect()

Implementation

Future<void> disconnect() {
  return _plugin.disconnect();
}