Disconnect from current BLE device
@override Future<void> disconnect() async { await methodChannel.invokeMethod<void>('disconnect'); }