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