gotoFirstPage method
Goes to the first page of the document.
Implementation
Future<bool?> gotoFirstPage() {
return _channel.invokeMethod(Functions.gotoFirstPage);
}
Goes to the first page of the document.
Future<bool?> gotoFirstPage() {
return _channel.invokeMethod(Functions.gotoFirstPage);
}