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