update abstract method

Future<AppSettings> update(
  1. AppSettings updater(
    1. AppSettings
    )
)

Implementation

Future<AppSettings> update(AppSettings Function(AppSettings) updater);