call method

Future<int> call(
  1. String sourceId,
  2. String sql
)

Implementation

Future<int> call(String sourceId, String sql) =>
    _repository.runRawQueryCount(sourceId, sql);