instance property

Implementation

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

Implementation

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