Checks if the camera is ready for use.
@override Future<bool> isCameraReady() async { return await methodChannel.invokeMethod('isCameraReady'); }