FlCameraEvent class

Constructors

FlCameraEvent()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isPaused bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(CameraEventListen eventListen) Future<bool>
第三步 添加消息流监听 Step 3: add message flow listening
dispose() Future<bool>
关闭并销毁消息通道 Close and destroy the message channel
initialize() Future<bool>
第二步 初始化消息通道 Step 2: initialize the message channel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() bool
暂停消息流监听 Pause message flow listening
resume() bool
重新开始监听 Restart listening
sendEvent(dynamic arguments) Future<bool>
调用原生方法 发送消息 Call native methods to send messages
setMethodChannel(MethodChannel channel) → void
第一步 先设置 channel The first step is to set the channel
toString() String
A string representation of this object.
inherited

Operators

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