Passkit class

Constructors

Passkit({String directoryName = 'passes'})

Properties

directoryName String
final
fs Fs
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate({required String id, required Directory directory, required PasskitPass passkitPass, required File pkpass, required File signature, required File manifest, PasskitImage? backgroundImage, PasskitImage? footerImage, PasskitImage? iconImage, PasskitImage? logoImage, PasskitImage? stripImage, PasskitImage? thumbnailImage, bool override = false}) Future<PasskitGenerated>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveFromPath({required String id, required File file}) Future<PasskitFile>
saveFromUri({required String id, required String url}) Future<PasskitFile>
toString() String
A string representation of this object.
inherited

Operators

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