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