getCamera function

void getCamera()

Implementation

void getCamera()async{

  cameras= await availableCameras();
}