Stops a persistent background service.
static Future<void> stopService(String name) async { _ensureInitialized(); await TaskFlowPlatform.instance.stopService(name); }