disconnect method

Future disconnect()

Cancels connection to the Bluetooth Device

Implementation

Future disconnect() =>
    FlutterBlue.instance._channel.invokeMethod('disconnect', id.toString());