allowSendAudioMessage static method

Future<void> allowSendAudioMessage(
  1. bool allow
)

To enable or disable sending audio message

Implementation

static Future<void> allowSendAudioMessage(bool allow) async {
  Wannatalkcore._updateConfig(_kWTConfigAllowSendAudioMessage, <String, dynamic>{_cAllow: allow});
}