getAllReceiveMessageOpt method
Implementation
@override
Future<V2TimValueCallback<V2TimReceiveMessageOptInfo>> getAllReceiveMessageOpt() async {
return V2TimValueCallback<V2TimReceiveMessageOptInfo>.fromJson(
formatJson(
await _channel.invokeMethod(
"getAllReceiveMessageOpt",
buildMessageMangerParam(
{},
),
),
),
);
}