syncClients method
Implementation
Future<void> syncClients() async {
await ref.watch(httpProvider(apiKey, urlClients).notifier).update();
}
Future<void> syncClients() async {
await ref.watch(httpProvider(apiKey, urlClients).notifier).update();
}