fbmobile/lib/core/services/api_error_converter.dart

6 lines
102 B
Dart
Raw Normal View History

2021-02-02 14:33:23 +00:00
import 'package:http/http.dart';
class ApiErrorConverter {
dynamic convert(Response response) {}
}