chore: Lower logs level of native implementation noSuchMethod

Otherwise it would spam in the
production logs all the time
This commit is contained in:
Christian Pauly 2022-10-28 12:45:27 +02:00
parent fc1146fe94
commit 296b193c1d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ abstract class NativeImplementations {
final dynamic argument = invocation.positionalArguments.single;
final memberName = invocation.memberName.toString().split('"')[1];
Logs().w(
Logs().d(
'Missing implementations of Client.nativeImplementations.$memberName. '
'You should consider implementing it. '
'Fallback from NativeImplementations.dummy used.',