setAlignMode method

Future<void> setAlignMode(
  1. int type
)

Implementation

Future<void> setAlignMode(int type) async {
  throw UnimplementedError('setAlignMode() has not been implemented.');
}