shape method

  1. @override
Future<VooWearShape> shape()
override

Resolves the screen shape once at boot. Stable for the lifetime of the configuration.

Implementation

@override
Future<VooWearShape> shape() async => shapeValue;