Future<void> handlePushNotification(String notificationData) async { await _channel.invokeMethod("handlePushNotification", notificationData); }