scene method

Future<Scene> scene(
  1. String id
)

Implementation

Future<Scene> scene(String id) async => _sceneApi.single(id);