getMediaSetting method

Future<bool?> getMediaSetting(
  1. int networkType,
  2. String type
)

This method is used to get the media settings.

Implementation

Future<bool?> getMediaSetting(int networkType, String type) async {
  throw UnimplementedError('has not been implemented.');
}