searchTPPublicChannels static method
Implementation
static Future<bool> searchTPPublicChannels(
TPChannelQueryParams params,
Function(List<TPChannel>, bool) successCallback,
{
Function(int? errorCode, String? errorMessage)? errorCallback
}) async
{
return _filterChannels(params, true, successCallback, errorCallback: errorCallback);
}