@override Future<String?> disconnect() async { final res = await methodChannel.invokeMethod<String>('disconnect'); return res; }