initialUserId property
The user ID to target for the initial auto-sync if autoStartSync is
true. A function that returns a Future<String?> to get the current user ID.
If the function returns null, DatumManager will discover all users with local data.
If null, DatumManager will discover all users with local data.
Implementation
final Future<String?> Function()? initialUserId;