getAllReceiveMessageOpt method

Future<V2TimValueCallback<V2TimReceiveMessageOptInfo>> getAllReceiveMessageOpt()
inherited

Implementation

Future<V2TimValueCallback<V2TimReceiveMessageOptInfo>>
    getAllReceiveMessageOpt() async {
  throw UnimplementedError(
    'getAllReceiveMessageOpt has not been implemented.',
  );
}