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