WinCapturePlatform class abstract
- Inheritance
- 
    - Object
- PlatformInterface
- WinCapturePlatform
 
- Implementers
Constructors
- WinCapturePlatform()
- Constructs a WinCapturePlatform.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  getPlatformVersion() → Future< String?> 
- 
  getScreenSnapShot({required String fileName, required String filePath}) → Future< bool?> 
- 
  isAccessAllowed() → Future< bool?> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  popUpWindow() → Future< bool?> 
- 
  requestPermission({required bool onlyOpenPrefPane}) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- instance ↔ WinCapturePlatform
- 
  The default instance of WinCapturePlatform to use.
  getter/setter pair