deviceInit static method

Future<void> deviceInit()

Implementation

static Future<void> deviceInit() async {
  await instance.initPackageInfo();
}