setLocation method

void setLocation(
  1. MoEGeoLocation location
)

Set's user's location location - Instance of MoEGeoLocation

Implementation

void setLocation(MoEGeoLocation location) {
  _platform.setLocation(location, appId);
}