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