update method

Future<void> update(
  1. int count
)

Updates the app badge count.

Implementation

Future<void> update(int count) {
  throw UnimplementedError('update is not implemented');
}