Future<T> applyLoaderWithOption(bool value) async { if (value) { return await applyLoader; } else { return this; } }