instance property

LocalePlusPlatform get instance

Implementation

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

Implementation

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