updateTextOverlay method
Updates the text overlay with the same id as overlay.
overlay is a JSON-compatible map produced by
TimelineTextOverlay.toJson.
Implementation
Future<void> updateTextOverlay(int textureId, Map<String, dynamic> overlay) {
throw UnimplementedError('updateTextOverlay() has not been implemented.');
}