getFramesBytes method

Future<List<Uint8List>?> getFramesBytes(
  1. XFile videoFile, {
  2. int fps = 1,
})

Implementation

Future<List<Uint8List>?> getFramesBytes(
  XFile videoFile, {
  int fps = 1,
}) async {
  throw UnimplementedError('createGifFromVideo() has not been implemented.');
}