getAvailableCommands method

Future<List<String>> getAvailableCommands()

Get available voice commands for current screen

Implementation

Future<List<String>> getAvailableCommands() {
  throw UnimplementedError('getAvailableCommands() has not been implemented.');
}