getDrawableData abstract method
NATIVE MEDIA METHODS ********************************************* Decode a native drawable resource into a Uint8List to be used by Flutter widgets
Implementation
/// Decode a native drawable resource into a Uint8List to be used by Flutter widgets
Future<Uint8List?> getDrawableData(String drawablePath);