setLogLevelVerbose method
Set WTRLogger level to Verbose i.e. it will show all logs from the WootricSDK.
Implementation
@override
setLogLevelVerbose() {
methodChannel.invokeMethod('setLogLevelVerbose');
}
Set WTRLogger level to Verbose i.e. it will show all logs from the WootricSDK.
@override
setLogLevelVerbose() {
methodChannel.invokeMethod('setLogLevelVerbose');
}