source/EduCATS/Pages/Today/NewsDetails/ViewModels/NewsDetailsPageViewModel.cs
Method speechToText
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected async Task speechToText()
{
try {
if (string.IsNullOrEmpty(NewsTitle) && string.IsNullOrEmpty(NewsBody)) {
return;