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