IntentAction constructor

IntentAction(
  1. String action,
  2. Map<String, dynamic> extras
)

Implementation

IntentAction(this.action, this.extras);