createVideo abstract method

Future<ForgePlatformVideo> createVideo(
  1. Map<String, Object?>? options,
  2. Map<String, Object?>? metadata
)

Implementation

Future<ForgePlatformVideo> createVideo(
  Map<String, Object?>? options,
  Map<String, Object?>? metadata,
);