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