LaunchMediaSettingsType typedef

LaunchMediaSettingsType = Future<void> Function(LaunchMediaSettingsOptions options)

Type definition for the function that launches the media settings modal.

Implementation

typedef LaunchMediaSettingsType = Future<void> Function(
    LaunchMediaSettingsOptions options);