getTextRotate method

Future<double?> getTextRotate()

Rotates the text clockwise. Default value: 0.

Implementation

Future<double?> getTextRotate() => messenger.getTextRotate(id);