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