unloadSdk method
Returns the unloadSdk method from the MethodChannelBlinkCardFlutter.
It takes the following parameter: BlinkCardSdkSettings
See MethodChannelBlinkCardFlutter for more detailed information.
Implementation
Future<void> unloadSdk({bool deleteCachedResources = false}) {
return instance.unloadSdk(deleteCachedResources: deleteCachedResources);
}