Pass class

Implementation of Apple Passkit.

Constructors

Pass()

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

delete(PassFile passFile) Future<List<PassFile>>
Delete all files and folders for passFile from internal memory and return saved passes
deleteAll() Future<void>
Delete all files and folders for passFiles from internal memory and return void
fetchPreviewFromUrl({required String url}) Future<PassFile>
Fetch preview of pass file from url, parse and return PassFile
getAllSaved() Future<List<PassFile>>
Return all saved pass files from internal memory in List of PassFile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveFromUrl({required String url}) Future<PassFile>
Save pass file from url to internal memory, parse and return PassFile
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
Platform version
no setter