instance property
AdBlockerWebviewController
get
instance
Returns an implementation of this class
Implementation
static AdBlockerWebviewController get instance {
_instance ??= AdBlockerWebviewControllerImpl();
return _instance!;
}