make static method

Implementation

static Future<BasicAppInfoService> make() async {
  final packageInfo = await PackageInfo.fromPlatform();
  return BasicAppInfoService._(packageInfo: packageInfo);
}