installAboutImage method

Future<PlatformMediumModel> installAboutImage()

Implementation

Future<PlatformMediumModel> installAboutImage() async {
  return await ImageTools.uploadPlatformPhoto(
      installApp!.theApp,
      installApp!.member!.documentID,
      assetLocation(),
      PrivilegeLevelRequiredSimple.noPrivilegeRequiredSimple);
}