FlutterAndroidIntent constructor

FlutterAndroidIntent({
  1. String? action,
  2. String? data,
  3. String? mimeType,
  4. String? category,
  5. String? component,
  6. String? package,
  7. String? userId,
  8. int? flags,
  9. bool? receiverForeground,
  10. bool? wait,
  11. FlutterAndroidExtra extra = const FlutterAndroidExtra(),
})

Implementation

FlutterAndroidIntent({
  this.action,
  this.data,
  this.mimeType,
  this.category,
  this.component,
  this.package,
  this.userId,
  this.flags,
  this.receiverForeground,
  this.wait,
  this.extra = const FlutterAndroidExtra(),
});