formatted the whole codebase
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import 'package:kmobile/data/models/transfer.dart';
|
||||
import 'package:dio/dio.dart';
|
||||
|
||||
|
||||
abstract class TransferRepository {
|
||||
Future<TransferResponse> transfer(Transfer transfer);
|
||||
}
|
||||
@@ -25,4 +24,4 @@ class TransferRepositoryImpl implements TransferRepository {
|
||||
|
||||
return TransferResponse.fromJson(resp.data as Map<String, dynamic>);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user