setStore static method

void setStore(
  1. String store
)

Implementation

static void setStore(String store) {
  if (isIOS) {
    _channel.invokeMethod('setStore', {
      'store': store
    });
  }
}