stop method
An implementation of LivespeechtotextPlatform.stop
Implementation
@override
Future<String?> stop() async {
final output = await methodChannel.invokeMethod('stop');
return output;
}
An implementation of LivespeechtotextPlatform.stop
@override
Future<String?> stop() async {
final output = await methodChannel.invokeMethod('stop');
return output;
}