menu
mcp_bundle package
documentation
mcp_bundle.dart
CollectionStoragePort
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
Map
<
String
,
dynamic
>
?
>
get
(
String
collection
,
String
id
)
Get an item by collection and ID.
Implementation
Future<Map<String, dynamic>?> get(String collection, String id);
mcp_bundle package
documentation
mcp_bundle
CollectionStoragePort
get abstract method
CollectionStoragePort class