Base64Plugin constructor
Base64Plugin({})
Creates a Base64 plugin with configurable options.
Implementation
Base64Plugin({
this.writeEvents = const ['write', 'put'],
this.readEvents = const ['read', 'get'],
this.urlSafe = false,
this.decodeAsString = true,
this.enableEncode = true,
this.enableDecode = true,
});