remove method

Future<void> remove()

Removes the app badge.

Implementation

Future<void> remove() {
  throw UnimplementedError('remove is not implemented');
}