DartSetTopicInheritMessageReceiveOptionFromCommunity method

int DartSetTopicInheritMessageReceiveOptionFromCommunity(
  1. Pointer<Char> topic_id,
  2. bool isInherit,
  3. Pointer<Void> user_data
)

Implementation

int DartSetTopicInheritMessageReceiveOptionFromCommunity(
  ffi.Pointer<ffi.Char> topic_id,
  bool isInherit,
  ffi.Pointer<ffi.Void> user_data,
) {
  return _DartSetTopicInheritMessageReceiveOptionFromCommunity(
    topic_id,
    isInherit,
    user_data,
  );
}