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