instance property

Implementation

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

Implementation

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