postFullScreenPath static method

String postFullScreenPath(
  1. String id, {
  2. String slug = '',
})

Implementation

static String postFullScreenPath(String id, {String slug = ''}) => '/post/${_slugOrId(id, slug)}/fullscreen';