getDrawableData abstract method

Future<Uint8List?> getDrawableData(
  1. String drawablePath
)

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);