Create a Base64 encoder in the initial state, with the 'isPadded' option set, a 'maxLineLength' of 76, and the specified 'alphabet'.
DEPRECATED: Create and pass an options object instead, equivalent to ` Bas64Encoder(Base64EncoderOptions::custom( Base64EncoderOptions::k_MIME_MAX_LINE_LENGTH, alphabet, true)); `