getBadgeCount abstract method

Future<int?> getBadgeCount()

Returns the current badge count.

Platform implementations must override this method.

Implementation

Future<int?> getBadgeCount();