AndroidIntent.private constructor

  1. @visibleForTesting
AndroidIntent.private({
  1. String? action,
  2. List<int>? flags,
  3. String? category,
  4. String? data,
  5. Map<String, dynamic>? arguments,
  6. Map<String, List>? arrayArguments,
  7. String? package,
  8. String? componentName,
  9. String? type,
})

Implementation

@visibleForTesting
AndroidIntent.private({
  this.action,
  this.flags,
  this.category,
  this.data,
  this.arguments,
  this.arrayArguments,
  this.package,
  this.componentName,
  this.type,
});