getNotificationList method

Future<String?> getNotificationList()
override

Implementation

Future<String?> getNotificationList() async {
  final version = await methodChannel.invokeMethod<String>('getNotificationList');
  return version;
}