Signals that a response stream was read successfully for a given request ID.
static Future<dynamic> responseReadFinished(String id) => _channel.invokeMethod('responseReadFinished', id);