instance property

The default instance of CourierFlutterEventsPlatform to use.

Defaults to CourierFlutterEventsPlatform.

Implementation

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

Implementation

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