getZoomScale method
Gets the current zoom scale of the given page.
pageIndex is zero-based.
Implementation
@override
Future<double> getZoomScale(int pageIndex) async {
throw UnimplementedError(
'getZoomScale is not implemented on this platform.');
}