closeReader static method
void
closeReader()
Implementation
static void closeReader() async {
_channel.invokeMethod('setChannel');
await _channel.invokeMethod('close');
}
static void closeReader() async {
_channel.invokeMethod('setChannel');
await _channel.invokeMethod('close');
}