getPictureFormat method
Returns the image format for pictures.
See: ImageFormat
Implementation
Future<int> getPictureFormat() async {
return await _channel.$getPictureFormat(this) as int;
}
Returns the image format for pictures.
See: ImageFormat
Future<int> getPictureFormat() async {
return await _channel.$getPictureFormat(this) as int;
}