remove method

Future<void> remove()

Removes the app badge.

Implementation

Future<void> remove() async {
  await _platform.remove();
}