Initial implementation of navigation from notification(not yet working)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
|
||||
typedef PendingNavigation = ({String type, String id})?;
|
||||
|
||||
final pendingNotificationNavigationProvider = StateProvider<PendingNavigation>(
|
||||
(ref) => null,
|
||||
);
|
||||
Reference in New Issue
Block a user