Starts the camera with requested width and height.
width
height
Future<bool> start({int width = 640, int height = 480}) => NexoraSdkPlatform.instance.startCamera(width: width, height: height);