instance property

FlutterTaskerPlatform get instance

Implementation

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

Implementation

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