removeTextOverlay method

Future<void> removeTextOverlay(
  1. int textureId,
  2. String overlayId
)

Removes the text overlay identified by overlayId from the loaded timeline.

Implementation

Future<void> removeTextOverlay(int textureId, String overlayId) {
  throw UnimplementedError('removeTextOverlay() has not been implemented.');
}