getMediaSetting static method

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

Implementation

static Future<bool?> getMediaSetting(int networkType, String type) async {
  return FlyChatFlutterPlatform.instance.getMediaSetting(networkType, type);
}