instance property

IncommePlatform get instance

The default instance of IncommePlatform to use. Defaults to MethodChannelIncomme.

Implementation

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

Implementation

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