id method

  1. @override
dynamic id()
override

Get the authenticated user's ID.

Implementation

@override
dynamic id() => _user?.authIdentifier;