@override Future<dynamic> getNotificationList() async { var notificationList = await methodChannel.invokeMethod('getNotificationList'); return notificationList; }