setLogLevelError method
Set WTRLogger level to Error i.e. it will only show error logs from the WootricSDK.
Implementation
@override
setLogLevelError() {
methodChannel.invokeMethod('setLogLevelError');
}
Set WTRLogger level to Error i.e. it will only show error logs from the WootricSDK.
@override
setLogLevelError() {
methodChannel.invokeMethod('setLogLevelError');
}