SaveFileServce class

ファイルをローカルに保存するサービス

大容量のファイルを保存するためのサービス 指定したフォルダ名のフォルダを作成し、指定したファイル名で保存する Androidの場合、外部ストレージに保存する iOSの場合、アプリ内に保存する

Constructors

SaveFileServce(bool _isAndroid)
const

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

exec({required String filePath, required String folderName, required String fileName}) Future<void>
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