getPictureFormat method

Future<int> getPictureFormat()

Returns the image format for pictures.

See: ImageFormat

Implementation

Future<int> getPictureFormat() async {
  return await _channel.$getPictureFormat(this) as int;
}