@@ -151,7 +151,7 @@ class AndroidAlarmManager {
151151 ///
152152 /// You can send extra data via `params` .
153153 /// For receiving extra data, a `callback` needs to be implemented:
154- /// Function(int, Map<String,dynamic>)
154+ /// ` Function(int, Map<String,dynamic>)`
155155 /// The params map must be parsable to Json.
156156 /// If one of the values can not be converted to Json,
157157 /// an UnsupportedError will be thrown.
@@ -221,7 +221,7 @@ class AndroidAlarmManager {
221221 ///
222222 /// You can send extra data via `params` .
223223 /// For receiving extra data, a `callback` needs to be implemented:
224- /// Function(int, Map<String,dynamic>)
224+ /// ` Function(int, Map<String,dynamic>)`
225225 /// The params map must be parsable to Json.
226226 /// If one of the values can not be converted to Json,
227227 /// an UnsupportedError will be thrown.
@@ -304,7 +304,7 @@ class AndroidAlarmManager {
304304 ///
305305 /// You can send extra data via `params` .
306306 /// For receiving extra data, a `callback` needs to be implemented:
307- /// Function(int, Map<String,dynamic>)
307+ /// ` Function(int, Map<String,dynamic>)`
308308 /// The params map must be parsable to Json.
309309 /// If one of the values can not be converted to Json,
310310 /// an UnsupportedError will be thrown.
0 commit comments