localId property

String localId

The uid of the newly created user.

Implementation

String get localId => maybeMap(
      custom: (_) => '',
      orElse: () => throw StateError('Unreachable code was reached!'),
    );