openReader method

Future<bool> openReader()

Implementation

Future<bool> openReader() {
  return TianboPluginPlatform.instance.openReader();
}