Stops a background task by ID.
static Future<void> stopBackgroundTask(int taskId) { return _instance.stopBackgroundTask(taskId); }