loginWithHiveAuth method

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

Implementation

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