apps method

Stream<List<Map<String, dynamic>>> apps()

Implementation

Stream<List<Map<String, dynamic>>> apps() {
  return _client.from("apps").stream(primaryKey: ["id"]);
}