getEgl_interface method

Future<List<int>> getEgl_interface(
  1. int textureId
)
inherited

Implementation

Future<List<int>> getEgl_interface(int textureId) async {
  throw UnimplementedError('getEgl() has not been implemented.');
}