init method

  1. @override
Future<SumupPluginResponse> init(
  1. String affiliateKey
)
override

Implementation

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