recordWithMedia method

void recordWithMedia(
  1. List<Widget> widgets,
  2. Embed embed
)

Implementation

void recordWithMedia(List<Widget> widgets, Embed embed) {
  if (embed.recordObj == null && embed.mediaObj == null) {
    return;
  }
  debugPrint("embed.type recordWithMedia TODO implement");
}