configureSurface method

  1. @override
void configureSurface(
  1. int surfaceId,
  2. int width,
  3. int height
)
inherited

Implementation

@override
void configureSurface(int surfaceId, int width, int height) {
  _nativeAPI.configureSurface(surfaceId, width, height);
}