closeReader method

Future<void> closeReader()

Implementation

Future<void> closeReader() {
  return TianboPluginPlatform.instance.closeReader();
}