isMatch method

  1. @override
bool isMatch(
  1. String mainLyric
)
override

Implementation

@override
bool isMatch(String mainLyric) {
  return true;
}