init method

Future<PackageInfo> init()

Implementation

Future<PackageInfo> init() async {
  return await PackageInfo.fromPlatform();
}