v2_updateScheduleForPlaylist method

Future<bool> v2_updateScheduleForPlaylist(
  1. dynamic params
)

Implementation

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