setPath abstract method
- String path
Set the path of the picture capturer source.
Available since: 3.22.0
Description: Set the path of the picture capturer source.
Related APIs: User can call createPictureCapturer function to create a picture capturer instance.
pathThe path of the picture.
Implementation
Future<void> setPath(String path);