encode method

Future<Uint8List> encode(
  1. String content
)

Implementation

Future<Uint8List> encode(String content) async {
  return await _api.encode(content, width, height, options);
}