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