update method

Future<void> update(
  1. bool foreground
)

Implementation

Future<void> update(bool foreground) async {
  await _updateAppState(foreground);
}