Merge branch 'krille/noSuchMethod-debug' into 'main'

chore: Lower logs level of native implementation noSuchMethod

See merge request famedly/company/frontend/famedlysdk!1157
This commit is contained in:
The one with the braid 2022-10-28 10:54:22 +00:00
commit ec5163d4f1
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.',