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