Future<Uint8List?> screenshot({String? format = 'image/jpeg'}) async { return await player.screenshot( format: format, ); }