setCastShadows method

Future setCastShadows(
  1. bool castShadows
)

Implementation

Future setCastShadows(bool castShadows)  async {
  throw UnimplementedError();
}