mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2026-06-16 23:11:47 +01:00
Removal of api key
Network calls, integration of retrofit api added backup api
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extension CurrencyExtension on String {
|
||||
|
||||
String getCurrencyCode(){
|
||||
return substring(0,3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user