uploadImage method

Future<PlatformMediumModel> uploadImage()

Implementation

Future<PlatformMediumModel> uploadImage() async {
  return await ImageTools.uploadPlatformPhoto(
      installApp!.theApp,
      installApp!.member!.documentID,
      'packages/eliud_pkg_apps/assets/juuwle_app/decorating/charlotte_presenting.png',
      PrivilegeLevelRequiredSimple.noPrivilegeRequiredSimple);
}