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