Map decodeStringFrame(String input)

input can be String or List

Source

Map decodeStringFrame(String input) {
  // not supported
  return {};
}