adding packages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import 'dart:async';
|
||||
|
||||
abstract class ISyncManager {
|
||||
/// Syncs data with the remote source.
|
||||
/// Should handle push (local -> remote) and pull (remote -> local).
|
||||
Future<void> sync();
|
||||
}
|
||||
Reference in New Issue
Block a user