aman-kassa-flutter/lib/redux/selectors.dart

5 lines
87 B
Dart

import './app_state.dart';
List<String> currentRoute(AppState state) => state.route;