get method
Implementation
DeviceInfo get() {
assert(this is! Future<DeviceInfo>, "PlatformInfo is not resolved yet.");
return this as DeviceInfo;
}
DeviceInfo get() {
assert(this is! Future<DeviceInfo>, "PlatformInfo is not resolved yet.");
return this as DeviceInfo;
}