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