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