fromBase64 static method

Blob fromBase64(
  1. String base64
)

Blob creation from base64.

Implementation

static Blob fromBase64(String base64) => Blob(base64Decode(base64));