logWhoami method

Future<void> logWhoami()

Implementation

Future<void> logWhoami() async {
  await _send('cli_whoami');
}