query method

Future<List<T>> query()

Implementation

Future<List<T>> query() async {
  return await queryFunc!(toString());
}