instance property

CubidFlutterPlatform get instance

Implementation

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

Implementation

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