@@ -151,7 +151,7 @@ class AndroidAlarmManager {
151
151
///
152
152
/// You can send extra data via `params` .
153
153
/// For receiving extra data, a `callback` needs to be implemented:
154
- /// Function(int, Map<String,dynamic>)
154
+ /// ` Function(int, Map<String,dynamic>)`
155
155
/// The params map must be parsable to Json.
156
156
/// If one of the values can not be converted to Json,
157
157
/// an UnsupportedError will be thrown.
@@ -221,7 +221,7 @@ class AndroidAlarmManager {
221
221
///
222
222
/// You can send extra data via `params` .
223
223
/// For receiving extra data, a `callback` needs to be implemented:
224
- /// Function(int, Map<String,dynamic>)
224
+ /// ` Function(int, Map<String,dynamic>)`
225
225
/// The params map must be parsable to Json.
226
226
/// If one of the values can not be converted to Json,
227
227
/// an UnsupportedError will be thrown.
@@ -304,7 +304,7 @@ class AndroidAlarmManager {
304
304
///
305
305
/// You can send extra data via `params` .
306
306
/// For receiving extra data, a `callback` needs to be implemented:
307
- /// Function(int, Map<String,dynamic>)
307
+ /// ` Function(int, Map<String,dynamic>)`
308
308
/// The params map must be parsable to Json.
309
309
/// If one of the values can not be converted to Json,
310
310
/// an UnsupportedError will be thrown.
0 commit comments