setSymbolIconIgnorePlacement method

Future<void> setSymbolIconIgnorePlacement(
  1. bool enable
)

Implementation

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