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