instance property

CallPlatform get instance

Get CallPlatform instance

Implementation

static CallPlatform get instance => _instance;
set instance (CallPlatform instance)

Set instance of CallPlatform

Implementation

static set instance(CallPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}