quitSellerProgram method

Future<bool> quitSellerProgram(
  1. dynamic temporary
)

Implementation

Future<bool> quitSellerProgram(temporary) async {
  NetworkResponse response = await _api.quitSellerProgram(temporary);
  return response.data ?? false;
}