getStatusList abstract method

Future<Either<AppException, Response>> getStatusList(
  1. Map<String, dynamic> data
)

Implementation

Future<Either<AppException, response.Response>> getStatusList(
    Map<String, dynamic> data);