getSyncInterval method
Get the current sync interval
Implementation
Future<SyncInterval> getSyncInterval() async {
throw UnimplementedError('getSyncInterval() has not been implemented.');
}
Get the current sync interval
Future<SyncInterval> getSyncInterval() async {
throw UnimplementedError('getSyncInterval() has not been implemented.');
}