instance property

BbpsFlutterPlatform get instance

Implementation

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

Implementation

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