getContext method

RenderingContext getContext()

Implementation

RenderingContext getContext() {
  assert(_flutterAngle._baseAppContext != nullptr, "OpenGL isn't initialized! Please call FlutterAngle.initOpenGL");
  return RenderingContext.create(options.width, options.height);
}