mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
Removal of api key
Network calls, integration of retrofit api added backup api
This commit is contained in:
6
lib/Utils/currencyUtils.dart
Normal file
6
lib/Utils/currencyUtils.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
extension CurrencyExtension on String {
|
||||
|
||||
String getCurrencyCode(){
|
||||
return substring(0,3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user