init method

Future<SumupPluginResponse> init(
  1. String affiliateKey
)

Implementation

Future<SumupPluginResponse> init(String affiliateKey) {
  throw UnimplementedError('init() has not been implemented');
}