animateCameraWithELoc method

  1. @override
Future<bool?> animateCameraWithELoc(
  1. CameraELocUpdate cameraELocUpdate
)
override

Implementation

@override
Future<bool?> animateCameraWithELoc(CameraELocUpdate cameraELocUpdate) async {
  return await _channel
      .invokeMethod('camera#animateWithELoc', <String, dynamic>{
    'cameraELocUpdate': cameraELocUpdate.toJson(),
  });
}