PreviewConfiguration constructor

PreviewConfiguration(
  1. Map response
)

Implementation

PreviewConfiguration(Map<dynamic, dynamic> response)
    : textureId = response["textureId"],
      sensorOrientation = response["surfaceOrientation"],
      height = response["surfaceHeight"],
      width = response["surfaceWidth"];