stopRecordScreen property

Future<String> stopRecordScreen
override

Implementation

Future<String> get stopRecordScreen async {
  final String path = await _channel.invokeMethod('stopRecordScreen');
  return path;
}