ImageTools class

Constructors

ImageTools()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createMemberMediumModelPhoto(AppModel app, String memberId, String assetPath) Future<MemberMediumModel>
createPostMediumModelPhoto(AppModel app, String memberId, String assetPath) Future<MemberMediumContainerModel>
createPostMediumModelVideo(AppModel app, String memberId, String assetPath) Future<MemberMediumContainerModel>
uploadPlatformPdf(AppModel app, String memberId, String assetPath, String documentID, PrivilegeLevelRequiredSimple privilegeLevelRequiredSimple) Future<PlatformMediumModel>
uploadPlatformPhoto(AppModel app, String memberId, String assetPath, PrivilegeLevelRequiredSimple privilegeLevelRequiredSimple) Future<PlatformMediumModel>
uploadPlatformVideo(AppModel app, String memberId, String assetPath, PrivilegeLevelRequiredSimple privilegeLevelRequiredSimple) Future<PlatformMediumModel>
uploadPublicPdf(AppModel app, String memberId, String assetPath, String documentID) Future<PublicMediumModel>
uploadPublicPhoto(AppModel app, String memberId, String assetPath) Future<PublicMediumModel>