Base64Data.createWithBytes constructor
Base64Data.createWithBytes(
- Uint8List bytes
Implementation
factory Base64Data.createWithBytes(Uint8List bytes) =>
Base64Data('', bytes);
factory Base64Data.createWithBytes(Uint8List bytes) =>
Base64Data('', bytes);