getContext method

RenderingContext getContext()

Implementation

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