encode method

Uint8List encode([
  1. String? input
])

Implementation

Uint8List encode([String? input]) => _delegate.encode(input);