instance property
FlutterViewerUsdzPlatform
get
instance
Implementation
static FlutterViewerUsdzPlatform get instance => _instance;
set
instance
(FlutterViewerUsdzPlatform instance)
Implementation
static set instance(FlutterViewerUsdzPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}