buildGlyphFrame method
Allows the user to build more complex GlyphFrames.
Implementation
@override
Future<void> buildGlyphFrame(List<Map<String, int?>> operations) async {
await methodChannel
.invokeMethod('buildGlyphFrame', {'operations': operations});
}