shareVideo static method

Future<void> shareVideo(
  1. Uint8List bytes,
  2. String text
)

Implementation

static Future<void> shareVideo(Uint8List bytes, String text) async {
  await ModernFormVideoPlatformHelper.shareVideo(bytes, text);
}