v2_getCurrentTerminalsOfPlaylistFromPro method

Future<List<Terminal>> v2_getCurrentTerminalsOfPlaylistFromPro(
  1. dynamic params
)

Implementation

Future<List<Terminal>> v2_getCurrentTerminalsOfPlaylistFromPro(params) async {
  NetworkResponse response =
      await _api.v2_getCurrentTerminalsOfPlaylistFromPro(params);
  return response.data ?? [];
}