encode method

  1. @override
String encode(
  1. String input
)
override

Implementation

@override
String encode(String input) {
  return input;
}