getAllReceiveMessageOpt method

Future<V2TimValueCallback<V2TimReceiveMessageOptInfo>> getAllReceiveMessageOpt()

Implementation

Future<V2TimValueCallback<V2TimReceiveMessageOptInfo>>
    getAllReceiveMessageOpt() async {
  return V2TimValueCallback<V2TimReceiveMessageOptInfo>.fromBool(
      false, "invoke error");
}