query static method

Future<List<MappedRow>> query(
  1. String query
)

Implementation

static Future<List<MappedRow>> query(String query) => connection.query(query);