SetAdjustGlobalPartnerParameter method
Implementation
@override
Future<void> SetAdjustGlobalPartnerParameter(String email) async {
try {
await methodChannel.invokeMethod('SetAdjustGlobalPartnerParameter', {'email': email});
} on PlatformException catch (e) {
print("Failed to call SetAdjustGlobalPartnerParameter: '${e.message}'.");
}
}