URL open service for Straw iOS
/**
Open URL using external app (typically Safari)
- params
- (NSString *) params[@"url"] The url to open
@param params Service call params
@param context Service call context
@background
*/
- (void)openURL:(NSDictionary *)params withContext:(id<STWServiceCallContext>)context