openSettings method
Implementation
@override
Future<SumupPluginResponse> openSettings() async {
final openSettings = await methodChannel.invokeMethod('openSettings');
return SumupPluginResponse.fromMap(openSettings);
}
@override
Future<SumupPluginResponse> openSettings() async {
final openSettings = await methodChannel.invokeMethod('openSettings');
return SumupPluginResponse.fromMap(openSettings);
}