setSource method

Future<void> setSource(
  1. int textureId,
  2. String path, [
  3. bool asset = false
])

Implementation

Future<void> setSource(
  int textureId,
  String path, [
  bool asset = false,
]) {
  throw UnimplementedError('setSource() has not been implemented.');
}