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