unReadNotificationCount method

  1. @override
Future<int?> unReadNotificationCount()
override

Implementation

@override
Future <int?> unReadNotificationCount() async {
  final ur_nCount= await methodChannel.invokeMethod('unReadNotificationCount');
  return ur_nCount;
}