instance property

Implementation

static Auth0FlutterWebPlatform get instance => _instance;
void instance=(Auth0FlutterWebPlatform instance)

Implementation

static set instance(final Auth0FlutterWebPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}