Skip to content

Commit 99f004e

Browse files
committed
rm inline
1 parent 629b5a5 commit 99f004e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/impl/real_storage.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class RealRxStorage<Key extends Object, Options,
8080
bool get _isLogEnabled => _loggerEventController != null;
8181

8282
/// Crash if [_loggerEventController] is null.
83-
@pragma('vm:prefer-inline')
84-
@pragma('dart2js:tryInline')
8583
void _publishLog(LoggerEvent<Key, Options> event) {
8684
assert(_debugAssertNotDisposed());
8785

0 commit comments

Comments
 (0)