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