getAllLocal method

Future<List<String>> getAllLocal()

Implementation

Future<List<String>> getAllLocal() async {
  return await VoiceRecognitionPlatform.instance.getAllLocal();
}