getUserId method

Future<String?> getUserId()

Implementation

Future<String?> getUserId() => _auth.getUserId();