getMediaSource method

Future<String?> getMediaSource()

Implementation

Future<String?>  getMediaSource() async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}