openSettings method

Future<SumupPluginResponse> openSettings()

Implementation

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