shouldNotify method

Future<void> shouldNotify(
  1. bool value
)

Implementation

Future<void> shouldNotify(bool value) async =>
    await _storage!.write("needsNotification", value);