createInstance property
The default instance of VietmapGlPlatform to use.
Defaults to MethodChannelVietmapGl.
Platform-specific plugins should set this with their own platform-specific class that extends VietmapGlPlatform when they register themselves.
Implementation
static VietmapGlPlatform Function() createInstance =
() => _instance ?? MethodChannelVietmapGl();