GalPluginLinux class final

Constructors

GalPluginLinux.new()

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

hasAccess({bool toAlbum = false}) Future<bool>
throw UnimplementedError when Plugin MethodChannelGal did not define hasAccess.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
throw UnimplementedError when Plugin MethodChannelGal did not define open.
putImage(String path, {String? album}) Future<void>
throw UnimplementedError when Plugin MethodChannelGal did not define putImage.
putImageBytes(Uint8List bytes, {required String name, String? album}) Future<void>
throw UnimplementedError when Plugin MethodChannelGal did not define putImageBytes.
putVideo(String path, {String? album}) Future<void>
throw UnimplementedError when Plugin MethodChannelGal did not define putVideo.
requestAccess({bool toAlbum = false}) Future<bool>
throw UnimplementedError when Plugin MethodChannelGal did not define requestAccess.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith() → void