Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class AndroidAlarmManager {
///
/// You can send extra data via `params`.
/// For receiving extra data, a `callback` needs to be implemented:
/// Function(int, Map<String,dynamic>)
/// `Function(int, Map<String,dynamic>)`
/// The params map must be parsable to Json.
/// If one of the values can not be converted to Json,
/// an UnsupportedError will be thrown.
Expand Down Expand Up @@ -221,7 +221,7 @@ class AndroidAlarmManager {
///
/// You can send extra data via `params`.
/// For receiving extra data, a `callback` needs to be implemented:
/// Function(int, Map<String,dynamic>)
/// `Function(int, Map<String,dynamic>)`
/// The params map must be parsable to Json.
/// If one of the values can not be converted to Json,
/// an UnsupportedError will be thrown.
Expand Down Expand Up @@ -304,7 +304,7 @@ class AndroidAlarmManager {
///
/// You can send extra data via `params`.
/// For receiving extra data, a `callback` needs to be implemented:
/// Function(int, Map<String,dynamic>)
/// `Function(int, Map<String,dynamic>)`
/// The params map must be parsable to Json.
/// If one of the values can not be converted to Json,
/// an UnsupportedError will be thrown.
Expand Down
Loading