init method
Implementation
@override
Future<SumupPluginResponse> init(String affiliateKey) async {
final init = await methodChannel.invokeMethod('initSDK', affiliateKey);
return SumupPluginResponse.fromMap(init);
}
@override
Future<SumupPluginResponse> init(String affiliateKey) async {
final init = await methodChannel.invokeMethod('initSDK', affiliateKey);
return SumupPluginResponse.fromMap(init);
}