Future<bool> getMicrophonePermission() async { return await _handlePermission(Permission.microphone); }