isRampingVideoZoom method

Future<bool> isRampingVideoZoom()

A Boolean value that indicates whether a zoom transition is in progress.

Implementation

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