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