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