bijoyToUnicode function

String bijoyToUnicode(
  1. String bijoy
)

Implementation

String bijoyToUnicode(String bijoy) {
  return _toUnicode(bijoy);
}