setApplicationIconBadgeNumber method
Sets batchIconNumber
as the batch number for the current icon for the app
Set to 0 (zero) to hide the badge number.
Throws a PlatformException
in case an error
Implementation
Future setApplicationIconBadgeNumber(int batchIconNumber) async {
throw UnimplementedError('initialize() has not been implemented.');
}