Future<Result?> netFetch(
String method,
path, {
Map<String, dynamic>? params = const {},
...
I saw this code in the project today, the editor did not report an error, and it can run normally, I don't know why
Future<Result?> netFetch(
String method,
path, {
Map<String, dynamic>? params = const {},
...
I saw this code in the project today, the editor did not report an error, and it can run normally, I don't know why