myBackpackList static method
dynamic
myBackpackList(
- dynamic onSuccess,
- dynamic onError
Implementation
static myBackpackList(onSuccess, onError) {
request(RequestApi.apiBackpackList, onSuccess, onError,dict: {"location": 1});
}