Returns whether speech recognition is active.
@override Future<int> isRecognizing() async { return await methodChannel.invokeMethod<int>('isRecognizing') ?? 0; }