getBytesFromBase64 static method

List<int> getBytesFromBase64(
  1. String input
)

Implementation

static List<int> getBytesFromBase64(String input) => base64.decode(input);