mirror of
https://github.com/immich-app/immich.git
synced 2025-07-13 20:38:46 +02:00
refactor(mobile): sessions_api.interface.dart (#19334)
refactor(mobile): sessions_api.repository.dart
This commit is contained in:
parent
1f2c779b36
commit
3c72f489d8
2 changed files with 1 additions and 13 deletions
mobile/lib/interfaces
|
@ -1,9 +0,0 @@
|
|||
import 'package:immich_mobile/models/sessions/session_create_response.model.dart';
|
||||
|
||||
abstract interface class ISessionAPIRepository {
|
||||
Future<SessionCreateResponse> createSession(
|
||||
String deviceName,
|
||||
String deviceOS, {
|
||||
int? duration,
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue