getTags method

Future<Map<String, String>> getTags()

Returns the file's tags.

Implementation

Future<Map<String, String>> getTags() => _reader.getTags();