menu
keyscope_client package
documentation
keyscope_commands_base.dart
KeyscopeCommandsBase
echo abstract method
echo abstract method
dark_mode
light_mode
echo
abstract method
Future
<
String
>
echo
(
String
message
)
Echoes the given
message
back from the server.
Implementation
Future<String> echo(String message);
keyscope_client package
documentation
keyscope_commands_base
KeyscopeCommandsBase
echo abstract method
KeyscopeCommandsBase class