Platform class

Constructors

Platform()

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 Properties

path → Future<String?>
no setter
title → String
no setter
useragent → String?
no setter

Static Methods

createFolder(String? folder) → Future<String?>
deleteFile(String filepath) → Future<bool>
fileExists(String filepath) → bool
filePath(String? filepath) → String?
fileSaveAs(List<int> bytes, String filepath) → Future
fileSaveAsFromBlob(dynamic blob, String? filepath) → dynamic
folderExists(String folder) → bool
folderPath(String folder) → String?
getFile(String? filepath) → dynamic
getNavigationType() → int
goBackPages(int pages) → Future<bool>
init() → dynamic
openPrinterDialog() → void
readFile(String? filepath) → Future<String?>
readFileBytes(String? filepath) → Future<Uint8List>
writeFile(String? filepath, dynamic content) → Future<bool>