Imagine your base_url is :
$config['base_url'] = base_url() . 'method/page/';
So, change the code like below to have the first URL as you wish :
$config['base_url'] = base_url() . 'method/page/';
$config['first_url'] = '1';
$this->pagination->initialize($config);
Now the first page link should be:
http://example.com/method/page/1