disconnect method

Future<bool> disconnect()

disconnect current ble device

Implementation

Future<bool> disconnect() =>
    throw UnimplementedError('disconnect() has not been implemented.');