mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-07 01:39:18 +08:00
opt: LoadingState (#1776)
This commit is contained in:
committed by
GitHub
parent
3741fe54ff
commit
17883eb77e
@@ -4,8 +4,8 @@ import 'package:PiliPlus/http/loading_state.dart';
|
||||
import 'package:PiliPlus/models_new/match/match_info/contest.dart';
|
||||
import 'package:PiliPlus/models_new/match/match_info/data.dart';
|
||||
|
||||
class MatchHttp {
|
||||
static Future<LoadingState<MatchContest?>> matchInfo(dynamic cid) async {
|
||||
abstract final class MatchHttp {
|
||||
static Future<LoadingState<MatchContest?>> matchInfo(Object cid) async {
|
||||
var res = await Request().get(
|
||||
Api.matchInfo,
|
||||
queryParameters: {
|
||||
|
||||
Reference in New Issue
Block a user