instance property

LocationMockerPlatform get instance

Implementation

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

Implementation

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