init static method
Implementation
static Future init() async {
return await Future.wait([
_setPackageInfo(),
_setDeviceInfo(),
_setAppId(),
]);
}
static Future init() async {
return await Future.wait([
_setPackageInfo(),
_setDeviceInfo(),
_setAppId(),
]);
}