get method

Future<Response> get(
  1. String path
)

Implementation

Future<Response> get(String path) async {
  return _dio.get(path);
}