sharedInstance static method

dynamic sharedInstance()
override

Implementation

static sharedInstance() {
  sInstance ??= TRTCCallingImpl();
  return sInstance;
}