@override Future<bool> disconnect() async { final result = await _methodChannel.invokeMethod('disconnect'); return result == true; }