getBrand property

Future<String?> get getBrand

Returns the device brand (e.g., Samsung, Google, Xiaomi).

Useful for analytics and device-specific handling.

Implementation

static Future<String?> get getBrand => _invoke<String>('BRAND');