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