registerAppWithIdentifierForOrgApp method
Implementation
@override
Future<bool?> registerAppWithIdentifierForOrgApp(
String appId, String bundleId) async {
return await methodChannel.invokeMethod<bool>(
'registerAppWithIdentifierForOrgApp',
{'appId': appId, 'bundleId': bundleId});
}