@override Future<String> playMicTest() async { return await methodChannel .invokeMethod<String>('playMicTest') .then<String>((String? value) => value ?? ""); }