setTextRotate method

Future<void> setTextRotate(
  1. double textRotate
)

Rotates the text clockwise. Default value: 0.

Implementation

Future<void> setTextRotate(double textRotate) =>
    messenger.setTextRotate(id, textRotate);