syncClients method

Future<void> syncClients()

Implementation

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