unregisterTexture method

Future<void> unregisterTexture(
  1. Map<String, dynamic> params
)

Unregister a texture with FlutterTexture.

Implementation

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