chore: add unwaited futures to analysis options (#4485)

This commit is contained in:
Richard Shiue 2024-01-29 10:26:45 +08:00 committed by GitHub
parent 7be29c04a2
commit 05a06980b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 441 additions and 452 deletions

View file

@ -164,10 +164,10 @@ class _DocumentPageState extends State<DocumentPage> {
// }
// }
Future<void> _onNotificationAction(
void _onNotificationAction(
BuildContext context,
NotificationActionState state,
) async {
) {
if (state.action != null && state.action!.type == ActionType.jumpToBlock) {
final path = state.action?.arguments?[ActionArgumentKeys.nodePath];