instance property
NsfwPlatformInterface
get
instance
Implementation
static NsfwPlatformInterface get instance => _instance;
set
instance
(NsfwPlatformInterface instance)
Implementation
static set instance(NsfwPlatformInterface instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}