menu
rs_dashboard package
documentation
api/api_service.dart
ApiService
delete method
delete method
dark_mode
light_mode
delete
method
Future
<
Response
>
delete
(
String
path
)
DELETE
Implementation
Future<Response> delete(String path) async { return await _dio.delete(path); }
rs_dashboard package
documentation
api/api_service
ApiService
delete method
ApiService class