$defaultDeviceWithMediaType method

Future<Object?> $defaultDeviceWithMediaType(
  1. String mediaType
)

Implementation

Future<Object?> $defaultDeviceWithMediaType(
  String mediaType,
) {
  return sendInvokeStaticMethod(
    'defaultDeviceWithMediaType',
    <Object?>[
      mediaType,
    ],
  );
}