createTexture method

Future<int> createTexture()

Registers a native texture and returns its Flutter texture identifier.

Implementation

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