instance property

Implementation

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

Implementation

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