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