instance property

The default instance of Next14cmpFlutterPlatform to use.

Defaults to MethodChannelNext14cmpFlutter.

Implementation

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

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

Implementation

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