initialize method
void
initialize()
Implementation
void initialize() async {
_deviceInfo ??= await DeviceInfoPlugin().deviceInfo;
_packageInfo ??= await PackageInfo.fromPlatform();
}
void initialize() async {
_deviceInfo ??= await DeviceInfoPlugin().deviceInfo;
_packageInfo ??= await PackageInfo.fromPlatform();
}