iUpdateBufferTextAlignment method

Future<int> iUpdateBufferTextAlignment(
  1. TextAlignment textAlignment
)

Implementation

Future<int> iUpdateBufferTextAlignment(TextAlignment textAlignment) {
  throw UnimplementedError(
      "iUpdateBufferTextAlignment() has not been implemented.");
}