PocketBase class
Constructors
- PocketBase.new(String _path)
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
-
addFile(
String filePath, {String? filename}) → Future< MultipartFile> -
addFileList(
List< MultiFile> files) → Future<List< MultipartFile> > -
auth(
String name) → Auth -
collection(
String name) → Collection -
getUrl<
T> ({required Map record, required T name}) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
store(
) → Storage -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited