Dart
dart:indexed_db
Index
getAll method
description
getAll method
Request
getAll
(
Object
query
, [
int
count
])
Implementation
Request getAll(
Object
query, [
int
count]) native;