isAuthenticated property

  1. @override
bool get isAuthenticated
override

Always returns true.

Implementation

@override
bool get isAuthenticated => true;