getCurrentUserId method
Get the user id of the the current authenticated user
Implementation
String getCurrentUserId() {
return _authService.userId!;
}
Get the user id of the the current authenticated user
String getCurrentUserId() {
return _authService.userId!;
}