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