Returns true if the given uri matches the format of an .m3u8 encryption key.
true
uri
.m3u8
@override bool matchM3u8Key(Uri uri) { return uri.path.toLowerCase().endsWith('.key'); }