instance property

Implementation

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

Implementation

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