instance property
SoobtFlutterJdPlatform
get
instance
The default instance of SoobtFlutterJdPlatform to use.
Defaults to MethodChannelSoobtFlutterJd.
Implementation
static SoobtFlutterJdPlatform get instance => _instance;
set
instance
(SoobtFlutterJdPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends SoobtFlutterJdPlatform when they register themselves.
Implementation
static set instance(SoobtFlutterJdPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}