androidImage method

Future<PlatformMediumModel> androidImage()

Implementation

Future<PlatformMediumModel> androidImage() async {
  return await ImageTools.uploadPlatformPhoto(
      installApp!.theApp,
      installApp!.member!.documentID,
      'packages/eliud_pkg_apps/assets/minkey_app/devices/android.jpg',
      PrivilegeLevelRequiredSimple.noPrivilegeRequiredSimple);
}