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