startDoc method

Future<int> startDoc(
  1. String prt
)

Implementation

Future<int> startDoc(String prt) {
  throw UnimplementedError('startDoc() has not been implemented.');
}