v2_removeScheduleForPlaylist method

Future<bool> v2_removeScheduleForPlaylist(
  1. dynamic params
)

Implementation

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