by abstract method

Future<List<Map<String, dynamic>>> by(
  1. String table,
  2. String key,
  3. dynamic value
)

Return data that is referenced by the given key and the value.

Implementation

Future<List<Map<String, dynamic>>> by(
  String table,
  String key,
  dynamic value,
);