setReceiveShadows method

Future setReceiveShadows(
  1. bool castShadows
)

Implementation

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