instance property

The default instance of TcmppFlutterGooglemapPlatform to use.

Defaults to MethodChannelTcmppFlutterGooglemap.

Implementation

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

Platform-specific implementations should set this with their own platform-specific class that extends TcmppFlutterGooglemapPlatform when they register themselves.

Implementation

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