getThumbnail abstract method

Future<Uint8List> getThumbnail({
  1. String? url,
})

Get Screenshot of the player. Returns a Future that resolves to a Uint8List representing the path of the screenshot.

Implementation

Future<Uint8List> getThumbnail({String? url});