FlutterScreenshotEvent constructor

FlutterScreenshotEvent({
  1. required String method,
  2. required DateTime timestamp,
  3. String? path,
})

Implementation

FlutterScreenshotEvent({
  required this.method,
  required this.timestamp,
  this.path,
});