loginWithKeychain method

Future<LoginModel> loginWithKeychain(
  1. String username,
  2. String proof
)

Implementation

Future<LoginModel> loginWithKeychain(String username, String proof) {
  throw UnimplementedError('loginWithKeychain has not been implemented.');
}