getAllUserIds method

  1. @override
Future<List<String>> getAllUserIds()
override

Fetch all unique user IDs that have data stored locally.

Implementation

@override
Future<List<String>> getAllUserIds() async => _storage.keys.toList();