@override Future<void> disconnect() async { await _methodChannel .invokeMethod<void>('disconnect'); }