iOSForegroundPresentationOptions method

Future iOSForegroundPresentationOptions(
  1. List<iOSNotificationPresentationOption> options
)

Implementation

Future iOSForegroundPresentationOptions(List<iOSNotificationPresentationOption> options) {
  throw UnimplementedError('iOSForegroundPresentationOptions() has not been implemented.');
}