menu
cloud_syncable package
documentation
service/sync_service.dart
SyncService<T extends CloudSyncable>
getFileRemotePath abstract method
getFileRemotePath abstract method
dark_mode
light_mode
getFileRemotePath
abstract method
Future
<
String
>
getFileRemotePath
(
T
item
)
Implementation
Future<String> getFileRemotePath(T item);
cloud_syncable package
documentation
service/sync_service
SyncService<T extends CloudSyncable>
getFileRemotePath abstract method
SyncService class