getCurrentUserId abstract method

Future<String?> getCurrentUserId()

Returns the current user id, or null when the app is unauthenticated.

Implementation

Future<String?> getCurrentUserId();