endDoc method

Future<int> endDoc(
  1. String prt
)

Implementation

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