toBase64WithoutPadding method

String toBase64WithoutPadding()

Implementation

String toBase64WithoutPadding() => base64.encode(this).replaceAll("=", "");