context property

BuildContext context

Root build context of AuthenticationProvider

This can be used to show dialogs even after the state has changed.

Implementation

BuildContext get context => _context;