setBadgeCount abstract method

Future<void> setBadgeCount(
  1. int count
)

Sets the app icon badge count to count.

Platform implementations must override this method.

Implementation

Future<void> setBadgeCount(int count);