Update
This commit is contained in:
parent
d4bc4f7ae2
commit
ad346184cb
@ -371,8 +371,9 @@ class IMManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
void setSdkLog({required bool enable}) {
|
void enabledSDKLog({required bool enabled}) {
|
||||||
_channel.invokeMethod('setSdkLog', _buildParam({'sdkLog': enable ? 0 : 1}));
|
_channel.invokeMethod(
|
||||||
|
'setSdkLog', _buildParam({'sdkLog': enabled ? 0 : 1}));
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user