registerTexture method

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

Register a texture with FlutterTexture.

Implementation

Future<int?> registerTexture(Map<String, dynamic> params) async {
  throw UnimplementedError('registerTexture() has not been implemented.');
}