TF-605 Use bearer token download attachment on Android
This commit is contained in:
@@ -4,4 +4,6 @@ abstract class AccountDatasource {
|
||||
Future<Account> getCurrentAccount();
|
||||
|
||||
Future<void> setCurrentAccount(Account newCurrentAccount);
|
||||
|
||||
Future<void> deleteCurrentAccount(String accountId);
|
||||
}
|
||||
Reference in New Issue
Block a user