Skip to content

Commit

Permalink
Update CryptoCurrency Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
SepehrFakoori committed Jul 10, 2024
1 parent 0edf3c7 commit 5d0d124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/repository/crypto_currency_repository.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import 'package:currency_exchange_rate_app_flutter/data/datasource/crypto_currency_datasource.dart';
import 'package:currency_exchange_rate_app_flutter/data/model/crypto_currency.dart';
import 'package:currency_exchange_rate_app_flutter/di/di.dart';
import 'package:currency_exchange_rate_app_flutter/util/api_exception.dart';
import 'package:dartz/dartz.dart';

import '../../di/di.dart';

abstract class ICryptoCurrencyRepository {
Future<Either<String, List<CryptoCurrency>>> getCryptoCurrencies();
Expand Down

0 comments on commit 5d0d124

Please sign in to comment.