Skip to content

Commit

Permalink
deon
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 12, 2023
1 parent 07c9a78 commit e410ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/interface/extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:meta/meta.dart';

import '../../rx_shared_preferences.dart';

Object? _identity<T>(Object? t) => t;
Object? _identity(Object? t) => t;

T _cast<T>(Object? value) => value as T;

Expand Down

0 comments on commit e410ea6

Please sign in to comment.