responseReadFailed static method

Future responseReadFailed(
  1. List<String> idError
)

Signals that an error occurred while reading a response stream. Expects a list with requestId, errorMessage.

Implementation

static Future<dynamic> responseReadFailed(List<String> idError) =>
    _channel.invokeMethod('responseReadFailed', idError);