unloadBlinkIdSdk method

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

Returns the unloadBlinkIdSdk method from the MethodChannelBlinkidFlutter. It takes the following parameter: BlinkIdSdkSettings See MethodChannelBlinkidFlutter for more detailed information.

Implementation

Future<void> unloadBlinkIdSdk({bool deleteCachedResources = false}) async {
  return MethodChannelBlinkidFlutter().unloadBlinkIdSdk(
    deleteCachedResources: deleteCachedResources,
  );
}