getTexturePtr method

Future<int> getTexturePtr(
  1. int key
)

Implementation

Future<int> getTexturePtr(int key) {
  throw UnimplementedError('onRgba() has not been implemented.');
}