@override Future<void> initializeSession(String appId) async { await methodChannel.invokeMethod("initializeSession", {'appId': appId}); }