device property
String
get
device
A string representing the device. (e.g. Xiaomi/Redmi Note 7
)
Implementation
static String get device {
assert(_device != null, 'call "preludeAfterAgreed" first');
return _device!;
}