sharedInstance static method
dynamic
sharedInstance()
override
Implementation
static sharedInstance() {
sInstance ??= TRTCCallingImpl();
return sInstance;
}
static sharedInstance() {
sInstance ??= TRTCCallingImpl();
return sInstance;
}