instance property

NativeCutoutPlatform get instance

Implementation

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

Implementation

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