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:
commit
ec5163d4f1
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue