MethodChannelFlutterAnycam class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addStreamListener(FlutterAnycamStreamListener listener) FlutterAnycamStreamListenerDisposer
override
availableCameras() Future<List<FlutterAnycamCameraSelector>>
override
broadcastPermissionGranted() Future<void>
override
convertBGRA8888ToJpeg({required Uint8List bytes, required int width, required int height, required int rotation, int quality = 100}) Future<Uint8List?>
override
convertNv21ToJpeg({required Uint8List bytes, required int width, required int height, required int rotation, int quality = 100}) Future<Uint8List?>
override
createView(Map<String, dynamic> args) Future<int?>
override
dispose() → void
disposeView(Map<String, dynamic> args) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestPermission() Future<bool>
override
setFlash(bool value) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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