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