Skip to content

Fail to pass parameter to printRawData #4

@amanchu

Description

@amanchu

There is a bug at escposprinter.dart when cause printRawData error. The parameter name doesn't match.

static Future printRawData(String text) async {
Map<String, dynamic> params = {"raw": text};
final bool returned = await _channel.invokeMethod('printRawData', params);
return returned;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions