setSymbolTextIgnorePlacement method

Future<void> setSymbolTextIgnorePlacement(
  1. bool enable
)

Implementation

Future<void> setSymbolTextIgnorePlacement(bool enable) async {
  throw UnimplementedError(
      'setSymbolTextIgnorePlacement() has not been implemented.');
}