Mpost constructor

Mpost(
  1. String apikey
)

SDK Initialization String apikey - The API key you obtained after creating account Return new Mpost Object

Implementation

Mpost(String apikey){
  controller = MpostController(apikey: apikey);
}