getBoard property

Future<String?> get getBoard

Returns the device board name.

This represents the underlying hardware board.

Implementation

static Future<String?> get getBoard => _invoke<String>('BOARD');