installImage method

Future<PlatformMediumModel> installImage(
  1. String location
)

Implementation

Future<PlatformMediumModel> installImage(String location) async {
  return await PlatformMediumHelper(app, memberId,
          PrivilegeLevelRequiredSimple.noPrivilegeRequiredSimple)
      .createThumbnailUploadPhotoAsset(newRandomKey(), location);
}