Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
♻️ minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Nov 1, 2021
1 parent 36e349b commit 34c54bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/khalti_flutter/lib/localization/messages_all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import 'package:intl/src/intl_helpers.dart';

import 'messages_ne.dart' as messages_ne;

///
typedef Future<dynamic> LibraryLoader();
Map<String, LibraryLoader> _deferredLibraries = {
'ne': () => Future.value(null),
Expand Down

0 comments on commit 34c54bc

Please sign in to comment.