showLogin abstract method
Shows login UI for this remote backend.
Called when user taps "Connect" for this backend. Should present appropriate authentication flow (OAuth, WebID, etc.)
Returns true if authentication succeeded, false otherwise.
Implementation
Future<bool> showLogin(BuildContext context);