showIndoorMap method

Future showIndoorMap(
  1. bool enable
)

Implementation

Future showIndoorMap(bool enable) {
  return _mapChannel.invokeMethod(
    'map#showIndoorMap',
    {'showIndoorMap': enable},
  );
}