getTopics method
Future<void>
getTopics({
- required List<
String> topicIds, - dynamic callback(
- FlyResponse response
This method is used to get the topic list.
Implementation
Future<void> getTopics(
{required List<String> topicIds,
Function(FlyResponse response)? callback}) async {
throw UnimplementedError('getTopics has not been implemented.');
}