clearBadgeCount method

Future<bool> clearBadgeCount()

Clear the badge count

Implementation

Future<bool> clearBadgeCount() {
  throw UnimplementedError('clearBadgeCount() has not been implemented.');
}