menu
mcp_playground_flutter package
documentation
playground_controller.dart
McpPlaygroundStorageDelegate
loadInitializedClients method
loadInitializedClients method
dark_mode
light_mode
loadInitializedClients
method
Future
<
Set
<
String
>
>
loadInitializedClients
(
)
Loads the set of initialized client IDs.
Implementation
Future<Set<String>> loadInitializedClients() async => {};
mcp_playground_flutter package
documentation
playground_controller
McpPlaygroundStorageDelegate
loadInitializedClients method
McpPlaygroundStorageDelegate class