requestWithMethod method

Future<String?> requestWithMethod(
  1. Map<String, dynamic> map
)

发起网络请求

Implementation

Future<String?> requestWithMethod(Map<String, dynamic> map) async {
  throw UnimplementedError('requestWithMethod() has not been implemented.');
}