remove extra curly bracket in logger
This commit is contained in:
parent
60454ed249
commit
db12fd2e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Time: ${DateTime.now().toIso8601String()}
|
||||||
Provider: ${context.provider}
|
Provider: ${context.provider}
|
||||||
Previous Value: ${previousValue is AsyncData ? previousValue.value : previousValue}
|
Previous Value: ${previousValue is AsyncData ? previousValue.value : previousValue}
|
||||||
New Value: ${newValue is AsyncData ? newValue.value : newValue}
|
New Value: ${newValue is AsyncData ? newValue.value : newValue}
|
||||||
}""");
|
""");
|
||||||
}
|
}
|
||||||
|
|
||||||
void showError(Object error, [StackTrace? stackTrace]) {
|
void showError(Object error, [StackTrace? stackTrace]) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue