LaunchDataUriShim constructor

const LaunchDataUriShim({
  1. required Uri uri,
  2. Key? key,
})

Implementation

const LaunchDataUriShim({
  required this.uri,
  Key? key,
}) : super(key: key);