instance property
      
      set
      instance
      (BiometricStorage instance) 
      
    
    
Platform-specific plugins should set this with their own platform-specific
class that extends UrlLauncherPlatform when they register themselves.
Implementation
static set instance(BiometricStorage instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}