Skip to content

Commit

Permalink
Update packages/android_intent_plus/lib/android_intent.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Beltran <m@beltran.work>
  • Loading branch information
ViscousPot and miquelbeltran authored Jan 3, 2025
1 parent d5974c2 commit 8b6123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/android_intent_plus/lib/android_intent.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class AndroidIntent {
);
}

/// Sends intent as broadcast.
/// Starts intent as service.
///
/// This works only on Android platforms.
Future<void> sendService() async {
Expand Down

0 comments on commit 8b6123e

Please sign in to comment.