menu
neomage package
documentation
data/bridge/bridge_protocol.dart
RequestRegistry
pendingIds property
pendingIds property
dark_mode
light_mode
pendingIds
property
List
<
String
>
get
pendingIds
Get all pending request IDs.
Implementation
List<String> get pendingIds => _pending.keys.toList();
neomage package
documentation
data/bridge/bridge_protocol
RequestRegistry
pendingIds property
RequestRegistry class