showLogin abstract method

Future<bool> showLogin(
  1. BuildContext context
)

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);