WeChatFile class

Implementers

Constructors

WeChatFile.asset(String source, {String? suffix})
source path of the image, like '/asset/image.pdf?package=flutter', the query param package in source only available when you want to specify the package of image
WeChatFile.binary(Uint8List source, {String suffix = defaultSuffixTxt})
WeChatFile.file(File source, {String suffix = defaultSuffixTxt})
WeChatFile.network(String source, {String? suffix})
source must begin with http or https

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema → FileSchema
final
source → dynamic
final
suffix String
final

Methods

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

Operators

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