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