toUInt8List method

  1. @override
dynamic toUInt8List()
override

Implementation

@override
toUInt8List() {
  return base64.decode(file64);
}