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