status property

Future<AuthStatus> status

check status by checking if token is available or not.

this is available if you add streaming functionality. otherwise unimplemented error is thrown.

Implementation

Future<AuthStatus> get status;