createInstance property

MapLibreGlPlatform Function() createInstance
getter/setter pair

The default instance of MapboxGlPlatform to use.

Defaults to MethodChannelMaplibreGl.

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

Implementation

static MapLibreGlPlatform Function() createInstance =
    () => MethodChannelMaplibreGl();