setNotificationUrlOpenOptions method
Implementation
@override
Future<void> setNotificationUrlOpenOptions(
NotificationUrlOpenOptions options,
) async {
await methodChannel.invokeMethod<void>(
'setNotificationUrlOpenOptions',
<String, Map<String, dynamic>>{'options': options.toMap()},
);
}