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