getAllUserIds abstract method

Future<List<String>> getAllUserIds()

Fetch all unique user IDs that have data stored locally.

Implementation

Future<List<String>> getAllUserIds();