initialize method

void initialize()

Implementation

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