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