sendIntent method
Sends an intent to DataWedge or another package.
Implementation
Future<void> sendIntent({
required Map<String, dynamic> extras,
String? action,
String? targetPackage,
String? commandTag,
bool requestResult = true,
bool orderedBroadcast = false,
bool includeApplicationPackage = false,
}) {
throw UnimplementedError('sendIntent() has not been implemented.');
}