mappedResultsQuery method
Implementation
Future<List<Map<String, Map<String, dynamic>>>> mappedResultsQuery(String sql,
{Map<String, dynamic>? substitutionValues}) {
updateLastAccessTime();
return nativeConnection.mappedResultsQuery(sql,
substitutionValues: substitutionValues);
}