Returns the device board name.
This represents the underlying hardware board.
static Future<String?> get getBoard => _invoke<String>('BOARD');