getDeviceInfo static method
Collect the device's information.
Implementation
static Future<void> getDeviceInfo() async {
_packageInfo = await PackageInfo.fromPlatform();
// Collect Device Information
await DeviceInfo.initAsync();
}
Collect the device's information.
static Future<void> getDeviceInfo() async {
_packageInfo = await PackageInfo.fromPlatform();
// Collect Device Information
await DeviceInfo.initAsync();
}