context property
BuildContext
get
context
Root build context of AuthenticationProvider
This can be used to show dialogs even after the state has changed.
Implementation
BuildContext get context => _context;