syncPlanned method

Future<void> syncPlanned()

Implementation

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