getImage method

Future<MesiboProfileImage> getImage([
  1. int index = -1
])

Implementation

Future<MesiboProfileImage> getImage([int index=-1]) async{return Mesibo.getInternal().getProfileImageInternal(super.hash_id,index,0)!;}