enableZoom method

Future<void> enableZoom(
  1. bool enabled
)

Whhether to support zooming using its on-screen zoom controls and gestures.

Implementation

Future<void> enableZoom(bool enabled) {
  throw UnimplementedError(
      'enableZoom is not implemented on the current platform');
}