saveMediaSettings method

dynamic saveMediaSettings(
  1. bool photos,
  2. bool videos,
  3. bool audio,
  4. bool documents,
  5. int networkType,
)

This method is used to save the media settings.

Implementation

saveMediaSettings(bool photos, bool videos, bool audio, bool documents,
    int networkType) async {
  throw UnimplementedError('has not been implemented.');
}