Skip to content

Commit ce0baab

Browse files
chore(android_alarm_manager_plus): fix analysis issues in comments (#3514)
1 parent 5221b1b commit ce0baab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/android_alarm_manager_plus/lib/android_alarm_manager_plus.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)