enableHotkeys property

bool enableHotkeys
final

If true (default), then developers can press 'r' to reload the application on-the-fly.

This option triggers printing a Flutter-like output to the terminal.

Implementation

final bool enableHotkeys;