mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 06:42:34 +09:00
feat(mobile): Auto switching server URLs (#14437)
This commit is contained in:
4
mobile/lib/interfaces/network.interface.dart
Normal file
4
mobile/lib/interfaces/network.interface.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
abstract interface class INetworkRepository {
|
||||
Future<String?> getWifiName();
|
||||
Future<String?> getWifiIp();
|
||||
}
|
||||
Reference in New Issue
Block a user