instance property

BnotifyFlutterPlatform get instance

Implementation

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

Implementation

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