setBadgeCount method

Future<bool> setBadgeCount(
  1. int count
)

Set the badge count

Implementation

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