instance property

The default instance of AMapFlutterPlatform to use.

Defaults to MethodChannelAMapFlutterMap.

Implementation

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

Implementation

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