isMute method Null safety

Future<bool> isMute()

Implementation

Future<bool> isMute() async {
  return false;
}