@override Future<String?> getSessionID() async { return await methodChannel .invokeMethod<String?>('getSessionID') .then<String?>((String? value) => value); }