Save with batch
Future<void> batch(Future<bool> Function(BatchSharedPreferences batch) invoke, {bool notify = true}) => _decorator.batch(invoke, notify: notify);