refactor of money utils with new money2 package
This commit is contained in:
@@ -29,5 +29,4 @@ class RecentPaymentsController extends ChangeNotifier {
|
||||
_recent = sortOperations(operations).take(5).toList();
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user