unloadSdk method

Future<void> unloadSdk({
  1. bool deleteCachedResources = false,
})

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);
}