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