installImage method

Future<PlatformMediumModel> installImage(
  1. String assetLocation
)

Implementation

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