updateTextOverlay method

Future<void> updateTextOverlay(
  1. int textureId,
  2. Map<String, dynamic> overlay
)

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.');
}