v2_addScheduleForPlaylist method

Future<bool> v2_addScheduleForPlaylist(
  1. dynamic params
)

Implementation

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