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