registerTexture abstract method

Future<int?> registerTexture(
  1. Map<String, dynamic> params
)

Register a texture to this stream.

Implementation

Future<int?> registerTexture(Map<String, dynamic> params);