Skip to content

Commit

Permalink
Merge pull request #143 from kosukesaigusa/chore
Browse files Browse the repository at this point in the history
chore: update comment
  • Loading branch information
kosukesaigusa committed Aug 14, 2023
2 parents 1dba86a + 3848b7f commit 80acce7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ final _initializeLocalNotificationProvider = Provider.autoDispose(
},
);

/// Map<String, dynamic> 型の通知から得られるデータから location や data を取り出して
/// 画面遷移する共通処理を提供する Provider
/// `Map<String, dynamic>` 型の通知から得られるデータから location や data を取り出して
/// 画面遷移する共通処理を提供する [Provider].
final _handleNotificationDataProvider =
Provider.autoDispose<Future<void> Function(Map<String, dynamic>)>(
(ref) => (data) async {
Expand Down

0 comments on commit 80acce7

Please sign in to comment.