Returns the device brand (e.g., Samsung, Google, Xiaomi).
Samsung
Google
Xiaomi
Useful for analytics and device-specific handling.
static Future<String?> get getBrand => _invoke<String>('BRAND');