getMediaSetting method

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

Implementation

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